| Fully Qualified Name: | Zend\Form\View\HelperConfig |
| Implements: | ConfigInterface |
Service manager configuration for form view helpers
| Name | Description | Defined By |
|---|---|---|
| configureServiceManager() | Configure the provided service manager instance with the configuration in this class. | HelperConfig |
| toArray() | Provide all configuration as an array. | HelperConfig |
Configure the provided service manager instance with the configuration in this class.
Adds the invokables defined in this class to the SM managing helpers.
| Parameter Name | Type | Description |
|---|---|---|
| $serviceManager | \ServiceManager |
Returns: \ServiceManager
Provide all configuration as an array.
Required by zend-servicemanager v3.
Returns: array